home *** CD-ROM | disk | FTP | other *** search
- Ôªø/* Copyright 2005 Cultured Code.
- This file may be used to create new editor style sheets for Xyle. (Backup your modifications. Future versions of Xyle may overwrite this file.)
- *************************************/
-
- html {
- }
-
- body {
- font-family: Gill Sans;
- font-size: 12px;
- background-color: #eed;
- margin: 8px 6px 3ex 6px;
- }
-
-
- /* Cascade. Path of current selection
- **********************************/
- .PathBox {
- margin: -8px -6px 0 -6px;
- margin-bottom: 2em;
- padding: 6px 6px 6px 6px;
- border-bottom: 1px solid #cca;
- background: #f8f8eb;
- font-size: 12px;
- font-weight: normal;
- color: #444;
- position: relative;
- cursor: default;
- }
-
- .Path {
- text-align: center;
- }
-
- .ExtendedName {
- font-weight: bold;
- }
-
- .ExtendedName + .ExtendedName {
- font-weight: normal;
- }
-
- .ExtendedName + .ExtendedName:before {
- content:" \2190\ ";
- font-size: 12px;
- margin: 0 2px 0 2px;
- }
-
-
- /* Comments
- *************************/
- .Comment {
- color: #084;
- }
-
- .sheet > .Comment {
- margin-top: 0px;
- font-family: "Courier";
- font-size: 12px;
- }
-
- .DeclarationList > .Comment {
- margin-top: 2px;
- margin-left: 1em;
- }
-
- .Value .Comment {
- }
-
-
- /* @-Rules
- *************************/
- .Import {
- font-weight: bold;
- color: #777;
- }
-
- .Import:before {
- content: "@import";
- color: #333;
- font-weight: bold;
- margin-right: 6px;
- }
-
- .MediaRule {
- margin-top: 10px;
- margin-bottom: 10px;
- }
-
- .MediaHeader {
- margin-left: 6px;
- }
-
- .MediaHeader:before {
- content: "@media";
- color: #333;
- font-weight: bold;
- margin-right: 6px;
- }
-
- .MediaType {
- font-weight: bold;
- color: #777;
- }
-
- .MediaType + .MediaType:before {
- content: ", ";
- }
-
- .Subsheet {
- margin: 2px 0 0 0;
- padding: 6px 6px 4px 6px;
- position: relative;
- font-size: 11px;
- background: #f8fae8;
- border: 1px solid #ddc;
- }
-
- .PageHeader:before {
- content: "@page";
- color: #333;
- font-weight: bold;
- margin-right: 6px;
- }
-
- /* Style Rule
- *************************/
-
- .Rule + .Rule {
- margin-top: 3ex;
- }
-
- .RuleHeader {
- }
-
- .ParentSheet {
- /* Cascade: Link to source file */
- color: #888;
- position: absolute;
- right: 8px;
- }
-
- .DeclarationList {
- padding: 0.5ex 0 0.5ex 3px;
- background: #fff;
- border: 1px solid #ddb;
- }
-
- .Declaration {
- margin-top: 1px;
- /*position: relative;*/
- clear: both;
- }
-
- .Property {
- /*position: absolute;
- top: 0px;
- left: 0.4em;
- width: 9em;*/
- float: left;
- width: 9.4em;
- text-align: right;
- padding-right: 0.4ex;
- padding-top: 1px;
- padding-bottom: 1px;
- color: #b30;
- /* Delete to enable focus rings */
- outline: 0px solid white;
- }
-
- .Overridden .Property {
- /* Cascade: Overridden by some other
- declaration */
- color: #888;
- }
-
-
- /* Selector - General
- *************************/
- .Selector {
- /* Comma separated list of
- Context Selectors */
- font-weight: bold;
- color: #555;
- margin-left: 1px;
- }
-
- .Context + .Context {
- /* Context Selector */
- margin-left: 6px;
- }
-
- .Combinator {
- /* Either ',', '>', or '+' */
- }
-
- .Simple + .Simple {
- /* Simple Selector */
- margin-left: 6px;
- }
-
-
- /* Types of Simple Selectors
- *************************/
- /* .Nomatch: Cascade, does not match current
- selection, but ancestor */
-
- .Universal:after {
- content: "*";
- color: #000;
- }
-
- .Element {
- color: #000;
- text-transform: lowercase;
- }
- .Nomatch .Element {
- color: #888;
- }
-
- .Attr {
- }
-
- .Identifier {
- color: #993;
- }
- .Identifier:before {
- content: "#";
- }
- .Nomatch .Identifier {
- color: #997;
- }
-
- .Class {
- color: #339;
- }
- .Class:before {
- content: ".";
- }
- .Nomatch .Class {
- color: #77a;
- }
-
- .PseudoElement, .PseudoClass {
- color: #900;
- }
- .Nomatch .PseudoElement, .Nomatch .PseudoClass {
- color: #a77;
- }
-
-
- /* Cascade: Specificity
- *************************/
- .Specificity {
- font-family: Courier;
- letter-spacing: -1px;
- color: #686;
- }
- .Specificity:before {
- content: "(";
- }
- .Specificity:after {
- content: ")";
- }
-
-
- /* Values
- *************************/
- .Value {
- margin-left: 9.6em;
- margin-right: 0.4em;
- padding-top: 1px;
- padding-bottom: 1px;
- padding-left: 0.4ex;
- /* Delete to enable focus rings: */
- outline: 0px solid white;
- }
- .Overridden .Value {
- color: #888;
- }
-
- .String {
- color: #730;
- font-style: italic;
- }
-
- IMG {
- /* Embedded preview image */
- display: block;
- border: 1px solid #888;
- margin: 4px auto 4px auto;
- }
-
-
- /* Error messages
- *************************/
- .Error {
- display: block;
- margin-top: 2.5ex;
- margin-left: 2em;
- white-space: pre;
- color: red;
- font-family: Monaco;
- font-size: 11px;
- }
-
- .Description {
- font-size: 12px;
- font-weight: bold;
- margin-bottom: 0.7ex;
- margin-left: -1em;
- }
-
- .toError {
- color: #000;
- }
-
- .fromError {
- /*margin-left: -0.5em;*/
- }
-
-
- /* Navigation
- *************************/
- #Navi body {
- background: #fff;
- margin: 0;
- font-size: 11px;
- }
-
- .Line {
- padding: 1px 0 1px .5em;
- border-bottom: 1px dotted #ccc;
- cursor: pointer;
- }
- .Line:hover {
- background: #e8e8e8;
- }
-
- #Navi .Selector {
- font-weight: normal;
- white-space: nowrap;
- }
-
- #Navi .Identifier {
- color: #660;
- }
- #Navi .Nomatch .Identifier {
- color: #995;
- }
-